home *** CD-ROM | disk | FTP | other *** search
- Commands: Every command starts with '{$' and can end with '}' or <Return>.
-
- In the lines below, the characters '[' and ']' surround anything optional.
-
-
-
- {$OPT "Output file extension"[,"Launch name"] - Specify as first line of input, ignored if encountered
-
- later. If not specified, PreProc will prompt you. If you give a launch name, PreProc will attempt to
-
- launch the application by that name.
-
-
-
- {$PREIN "File Name of include file" - The file will be preprocessed and included in the output.
-
-
-
- {$DECL Variable1[,Variable2,...Variable10] - Declares preprocessor variables. At present, only integer
-
- use supported. Duplicate declarations are ignored.
-
-
-
- {$SETC Variable := Numeric Literal - Sets value of variable to value of numeric literal
-
- (spaces must surround ':=')
-
-
-
- {$IFC Variable (<>=) Numeric Literal - Compares variable and literal, if true includes statements between
-
- $IFC and $ELSEC or $ENDC, whichever is first. If false, text between $ELSEC and $ENDC is included.
-
-
-
- [{$ELSEC] and {$ENDC - Both used in conjunction with $IFC
-
-
-
- NOTE: If you are using HFS, supply full pathname for file names.
-
-
-
- For more information, check out the accompaning documentation file.
-
-